home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e193 / 0150ter2._xe / FAX.EXE / MULTI.LST < prev    next >
File List  |  1994-08-01  |  1KB  |  46 lines

  1. %
  2. % The multi fax list of phone numbers
  3. %
  4. % Lines starting with % are comments
  5. %
  6. % The numbers will get prefixes depending on the transfer status:
  7. %
  8. % :0: Ok
  9. % :1: Timeout
  10. % :2: Userabort
  11. % :3: VoiceCall
  12. % :4: DataCall
  13. % :5: Busy
  14. % :6: Error
  15. %
  16. % Reset this demo file first, to remove the :?: codes in front of the numbers
  17. % Do NOT send test faxes to anyone without permission.
  18. %
  19. % You have these string commands which you can use several times:
  20. %
  21. % FromUser         Who is the fax from
  22. % ToUser           Who is the fax to
  23. % Subject          Who is the subject of the fax
  24. % Cover            Which cover file to use
  25. %
  26.  
  27. %         |────────────────────────────|
  28. FromUser  John Smith
  29. %         |──────────|
  30. Cover     COVER.TXT
  31.  
  32. %         |────────────────────────────|
  33. ToUser    Bo Bendtsen
  34. %         |──────────────────────────────────────|
  35. Subject   Hello there how are you
  36.  
  37. :0:4264xxxx
  38. :2:4264xxxx
  39.  
  40. ToUser    Terry Hughes
  41. Subject   Hi Terry how are you
  42.  
  43. :0:4264xxxx
  44. :5:4264xxxx
  45.  
  46.